-
Notifications
You must be signed in to change notification settings - Fork 3
Traduction de css.md
#14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Bruno Lesieur <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Une petite modif à apporter et c'est bon !
en/css.md
Outdated
|
||
If used during a server render, a component's CSS can be collected and inlined in the HTML (automatically handled when using `template` option). On the client, when the component is used for the first time, `vue-style-loader` will check if there is already server-inlined CSS for this component - if not, the CSS will be dynamically injected via a `<style>` tag. | ||
S'il est utilisé pendant le rendu côté serveur, un composant CSS peut être récupéré et injecté dans la source HTML (automatiquement injecté avec l'option `template`). Côté client, quand le composant est utilisé pour la première fois, `vue-style-loader` va vérifier s'il n'y a pas déjà une sortie CSS dans la source HTML pour ce composant ; si non, le CSS va être automatiquement injecté via une balise `<stlye>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
automatiquement injectée
Puisqu'on parle de la source HTML
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non je ne crois pas. C'est bien le composant CSS (c.-à-d. la partie <style></style>
de .vue
) qui est injecté. J'ai traduit par « automatiquement injecté » alors que l'original disait « automatiquement géré » car c'est « l'injection qui est automatiquement gérée » et que ça revient au même. Mais je vais mettre « automatiquement pris en charge ».
EDIT : Ahhh, j'avais mis injecté pour conserver la même nomonclature que la phrase d'après qui dit plus « pris en charge » mais « injecté ».
Signed-off-by: Bruno Lesieur <[email protected]>
@Kocal. Bon pour toi ? |
Ouaip, j'avais rien trouvé d'autre à corriger. |
Bon à review !